home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java 1996 August
/
Java - Summer 1996.iso
/
kaffe-0.2
/
lib
/
native
/
java.io
/
java.io.RandomAccessFile.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-02-07
|
1KB
|
24 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_io_RandomAccessFile */
#ifndef _Included_java_io_RandomAccessFile
#define _Included_java_io_RandomAccessFile
typedef struct Classjava_io_RandomAccessFile {
struct Hjava_io_FileDescriptor* fd;
} Classjava_io_RandomAccessFile;
HandleTo(java_io_RandomAccessFile);
extern void java_io_RandomAccessFile_open(struct Hjava_io_RandomAccessFile*, struct Hjava_lang_String*, long /* bool */);
extern long java_io_RandomAccessFile_read(struct Hjava_io_RandomAccessFile*);
extern long java_io_RandomAccessFile_readBytes(struct Hjava_io_RandomAccessFile*, HArray*, long, long);
extern void java_io_RandomAccessFile_write(struct Hjava_io_RandomAccessFile*, long);
extern void java_io_RandomAccessFile_writeBytes(struct Hjava_io_RandomAccessFile*, HArray*, long, long);
extern long long java_io_RandomAccessFile_getFilePointer(struct Hjava_io_RandomAccessFile*);
extern void java_io_RandomAccessFile_seek(struct Hjava_io_RandomAccessFile*, long long);
extern long long java_io_RandomAccessFile_length(struct Hjava_io_RandomAccessFile*);
extern void java_io_RandomAccessFile_close(struct Hjava_io_RandomAccessFile*);
#endif